home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Programming / AmigaE / Src / OOmodules / oodoc / scripts / readme < prev   
Encoding:
Text File  |  1996-06-08  |  838 b   |  24 lines

  1. This directory contains two scripts for use with Csh (tested with version
  2. 5.48):
  3.  
  4.     GetADoc
  5.     Extract autodocs from all E sources in the current directory to a
  6.     destiation directory. Works recursively.
  7.  
  8.     Modify this script to your needs, you have to provide a path where
  9.     C='s autodoc program (or similar) resides.
  10.  
  11.     A recommended place to put the    docs you get would be oodoc/autodocs.
  12.     The docs of the original distribution have been removed for they were
  13.     turned into amigaguide databases and can be found in oodoc/guides/.
  14.  
  15.     ADoc2AG
  16.     Converts autodoc files source directory to amigaguide databases and
  17.     puts them into a destination directory.
  18.  
  19.     Modify this script to your needs, you have to provide a path where
  20.     C='s ad2ag program (or similar) resides.
  21.  
  22.     The recommended place to put the databases you get would be
  23.     oodoc/guides.
  24.